Upgrade cache dependency for reconnection support#56
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughThis pull request updates dependencies in composer.json. The utopia-php/cache package is upgraded from version 0.13.* to 1.0., phpunit/phpunit is updated from ^9.3 to 9.6., and doctrine/instantiator version 2.0.0 is added as a new development dependency. The changes affect four lines added and three lines removed, with all modifications confined to the composer.json file. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@composer.json`:
- Around line 35-38: phpunit.xml is using deprecated attributes and lacks the
current PHPUnit 9.6 XML schema; run ./vendor/bin/phpunit --migrate-configuration
to update the file to the PHPUnit 9.6 schema, then review and commit the changes
to phpunit.xml ensuring the namespace/schemaLocation are present and deprecated
attributes (e.g., backupGlobals) are replaced with the modern structures such as
the <coverage> configuration; confirm tests still run with phpunit/phpunit 9.6.*
and doctrine/instantiator 2.0.0.
66edaee to
cc1c88e
Compare
Summary
Test plan
composer installto verify dependencies resolvecomposer testto verify tests passSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.